ComponentOne Xamarin Edition
GroupAsync<T>(ICollectionView<T>,GroupDescription[]) Method
C1.CollectionView Assembly > C1.CollectionView Namespace > ICollectionViewEx Class > GroupAsync Method : GroupAsync<T>(ICollectionView<T>,GroupDescription[]) Method
The collection view.
The group descriptions that determine how the data will be grouped.
Groups the collection view according to the specified group descriptions.
Syntax
[AsyncStateMachine(C1.CollectionView.ICollectionViewEx+d__31`1[T])] 
[Extension()] 
public static Task GroupAsync<T>( 
   ICollectionView<T> collectionView, 
   GroupDescription[] groupDescriptions 
) 
where T: class

Parameters

collectionView
The collection view.
groupDescriptions
The group descriptions that determine how the data will be grouped.

Type Parameters

T
See Also

Reference

ICollectionViewEx Class
ICollectionViewEx Members
Overload List